home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Labs / StateUFinal / StyleSheets / Grid / STYLE1.CSS next >
Encoding:
Cascading Style Sheet File  |  1997-04-24  |  1.5 KB  |  96 lines

  1.   BODY { 
  2.         margin-left: 30px;
  3.         margin-right: 30px;
  4.         font: 10pt/13pt "Arial";
  5.         text-align: center;
  6.         color: Black;
  7.         background: transparent;
  8.         }
  9.  
  10.   P { 
  11.         color: Black;
  12.         text-indent: 0in; 
  13.         font: 10pt/13pt "Arial";
  14.         background: transparent;
  15.         }
  16.         
  17.   H1 {
  18.         font: 28pt/20pt "Courier New";
  19.         color: CornflowerBlue;
  20.         font-weight: bold;    
  21.         background: transparent ;
  22.  
  23.         }
  24.  
  25.   H2 {
  26.         font: 18pt/18pt "Courier New";
  27.         color: CornFlowerBlue;
  28.         font-weight: bold
  29.         background: transparent ;
  30.         }
  31.  
  32.   H3 {
  33.         font: 14pt/14pt "Courier New";
  34.         color: CornFlowerBlue;
  35.         font-weight: bold
  36.         background: transparent ;
  37.         }
  38.  
  39.   H4 {
  40.         font: 10pt/10pt "Arial";
  41.         color: CornFlowerBlue;
  42.         font-weight: bold;
  43.         background: transparent ;
  44.         }
  45.  
  46.   H5 {
  47.         font: 8pt/9pt "Arial";
  48.         color: Black;
  49.         background: transparent;
  50.         }
  51.  
  52.   LI { 
  53.         display: list-item; 
  54.         margin-left: 100px ;
  55.         font: 10pt/13pt "Arial";
  56.         }        
  57.  
  58. DL { 
  59.         display: list-item;
  60.         }        
  61.  
  62.   DT {
  63.         text-align: center;
  64.         font: 12pt/13pt "Arial";
  65.         font-weight: bold;
  66.         color: CornFlowerBlue;
  67.         }
  68.  
  69.   DD {
  70.         text-align: center;
  71.         font: 10pt/13pt "Arial";
  72.         color: Black;
  73.         }
  74.  
  75.  
  76.  
  77.   B, STRONG { 
  78.         font-weight: bold
  79.         } 
  80.   I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
  81.         font-style: italic 
  82.         }
  83.   PRE, TT, CODE, KBD, SAMP { 
  84.         font-family: monospace 
  85.         }
  86.  
  87.  A:link {
  88.         color: Blue; 
  89.         text-decoration: none
  90.         }
  91.  
  92. A:visited { 
  93.         color: BlueViolet; 
  94.         text-decoration: none
  95.         }   
  96.